<%include file="_meta.html" />
<%include file="_header.html" />
<% article = AT.GetArticle('event') %>

${article.header}

<% article = AT.GetArticle('event') %>
${post.GetField('eventdate')}

${post.title}

    %for c in post.categories:
  • ${ c.label }
  • %endfor
メイン画像
とき
ところ
主催
<% posts = AT.GetPostsByKey('builder',str(post.key)) %> %for contents in posts: ${contents.GetField('name')} 会社情報を見る > %endfor
%if post.GetField('formenable') == u'あり' :
イベント申込
%endif
<%include file="sogokan_bigfooter.html"/>
<%include file="_footer.html"/> <%include file="_anchor_navi.html"/>